home *** CD-ROM | disk | FTP | other *** search
/ sustworks.com / 2014.06.sustworks.com.tar / sustworks.com / IPNetSentryX_1.3.dmg / IPNetSentryX folder / IPNetSentryX.app / Contents / Resources / FirewallOptions.plist < prev    next >
Extensible Markup Language  |  2005-11-16  |  3KB  |  51 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Allow IPv6</key>
  6.     <dict>
  7.         <key>description</key>
  8.         <string>IPNetSentryX only examines IPv4 traffic at this time. This setting allows you to enable IPv6 pass through if desired.  The vast majority of the Internet still uses Internet Protocol version 4 (IPv4).  A next generation of Internet Protocols was developed during the 1990s but has not been widely adopted since other more economic solutions were found to deal with the most pressing problems at the time.  IPv6 is supported in Mac OS X to allow gradual migration and experimental use, but the urgency to adopt it has largely dissipated.</string>
  9.         <key>identifier</key>
  10.         <string>allowIPv6</string>
  11.         <key>product</key>
  12.         <string>ipns</string>
  13.         <key>type</key>
  14.         <string>bool</string>
  15.     </dict>
  16.     <key>Connection Logging</key>
  17.     <dict>
  18.         <key>description</key>
  19.         <string>Connection Logging allows you to keep a record of each connection or data flow established between a local and remote network endpoint (IP address and protocol port) and the amount of traffic sent between them. The connection log may be used as an audit trail to verify whether a specific network access has occurred, but more interestingly, by analyzing the connection log we can answer questions like what are the top 25 remote sites, network services, or protocols used as a percentage of total bandwidth. Connection logging can provide a higher level view of network usage patterns.</string>
  20.         <key>identifier</key>
  21.         <string>connectionLogging</string>
  22.         <key>product</key>
  23.         <string>ipns</string>
  24.         <key>type</key>
  25.         <string>bool</string>
  26.     </dict>
  27.     <key>Disable On Screen Alerts</key>
  28.     <dict>
  29.         <key>description</key>
  30.         <string>You can temporarily disalbe on-screen alerts as a convenient global preference.</string>
  31.         <key>identifier</key>
  32.         <string>disableAlerts</string>
  33.         <key>product</key>
  34.         <string>ipns</string>
  35.         <key>type</key>
  36.         <string>bool</string>
  37.     </dict>
  38.     <key>Source Aware Routing</key>
  39.     <dict>
  40.         <key>description</key>
  41.         <string>Mac OS X provides multi-link multi-homing which means your computer can be attached to more than one network at a time. Suppose you want to use both a cable modem and DSL connection for redundancy. You can install a PCI Ethernet card to give your machine another Ethernet interface and attach this to your other Ethernet connection, but when you designate one of your interfaces as first in the network preferences panel, Mac OS X creates a "Default Route" using the router addres for that interface. Any traffic that doesn't come from a host directly attached to one of your Ethernets will use this default route instead of being sent back through the DSL or cable modem it arrived from. IPNetRouterX uses "Source Aware Routing" to get around this limitation. Internally IPNetRouterX maintains a connection table that tracks each data flow based on its network endpoints (IP address and port at both ends of the connection). When it sees an outbound packet that is part of a data flow that arrived from another interface, it will redirect the packet to use that interface instead.</string>
  42.         <key>identifier</key>
  43.         <string>sourceAwareRouting</string>
  44.         <key>product</key>
  45.         <string>ipnr</string>
  46.         <key>type</key>
  47.         <string>bool</string>
  48.     </dict>
  49. </dict>
  50. </plist>
  51.